Builder
data class Builder( email: String? = null, invitedPhoneNumber: String? = null, invitedUserId: String? = null, lang: String? = null, customMessage: String? = null)
Builder class for constructing InviteUser instances.
Allows for step-by-step configuration of invitation parameters. Use the build()
method to generate an immutable InviteUser instance.
Constructors
Functions
Link copied to clipboard
Builds an immutable InviteUser instance using the configured parameters.
Link copied to clipboard
Sets a custom message for the invitation.
Link copied to clipboard
Sets the email address of the user to invite.
Link copied to clipboard
Sets the phone number of the user to invite.
Link copied to clipboard
Sets the Rainbow user ID of the user to invite.
Link copied to clipboard
Sets the preferred language of the invitation.